home *** CD-ROM | disk | FTP | other *** search
- Path: news.mindlink.net!van-bc!vanbc!stoned
- From: stoned@vanbc.wimsey.com (Darren Stone)
- Newsgroups: comp.ai.fuzzy,comp.lang.basic.visual.misc,comp.lang.c++
- Subject: Re: VB, VC++, and Fuzzy Logic
- Followup-To: comp.ai.fuzzy,comp.lang.basic.visual.misc,comp.lang.c++
- Date: 9 Feb 1996 17:33:43 GMT
- Organization: J.W. Suttie & Associates Ltd.
- Message-ID: <4fg0hn$27p@wolfe.wimsey.com>
- References: <4eh77s$5i@news.uncc.edu> <4fee2o$1ua@usenet6.interramp.com>
- NNTP-Posting-Host: vanbc.wimsey.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- John M. Miano (visualware@interramp.com) wrote:
- : In article <4eh77s$5i@news.uncc.edu>, ihabed@uncc.edu says...
- : >... Has anyone done any fuzzy logic programming in VB and if so any
- : >pointers/free source code/etc? I'll also be putting sample stock data in
- : Access
- : >which VB can access (:). Anyone know if VB can be linked with C++ routines
- : at all,
- : >perhaps saving me some trouble. Any help would be greatly appreciated.
-
- : Dare I say, Delphi?
-
- : This is not the sort of thing that VB does well. On th other hand
- : if you need visual then "Visual C++" is clearly not the tool to use.
-
- Delphi appears to be a great product, but if you've "only" got VB, have no
- fear. VB does this sort of thing very well. I've created and used may
- DLL's with VB (3.0 and 4.0).
-
- You simply need a declaration for each DLL routine you plan to call
- in your VB app. Something like:
-
- Declare Function ProcName Lib "LibName.DLL" (Param1 as String, _
- Param2 as Long) as Long
-
- Check your VB manuals/help file for the correct syntax.
-
- ------------------+------------------------------------------+---------------
- Darren Stone | Frisbeetarianism, n.: | __/\
- Vancouver, B.C. | The belief that when you die, your soul | _o / \ \__
- stoned@wimsey.com | goes up on the roof and gets stuck. __O>O_/ 89FJ600
-